home *** CD-ROM | disk | FTP | other *** search
- on aboutBOX
- global mywindow
- set horzO to the stageLeft + 127
- set vertO to the stageRight + 66
- set myWindowrect to rect(horzO, vertO, horzO + 256, vertO + 192)
- set mywindow to window "aboutBox"
- set the rect of mywindow to myWindowrect
- set the fileName of mywindow to "aboutbox"
- set the windowType of mywindow to 1
- open(mywindow)
- end
-